-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add support I2C driver for Renesas RZ/A3UL, T2M, N2L, V2L #93754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
02a8764
13634aa
to
02a8764
Compare
02a8764
to
007e94a
Compare
Add I2C driver support for Renesas RZ/A3UL, T2M, N2L, V2L Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
Add I2C nodes to Renesas RZ/A3UL, T2M, N2L, V2L Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
Add I2C support for board Renesas RZ/A3UL-SMARC, RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARC Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
Add I2C test support for Renesas RZ/A3UL-SMARC, RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARC Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
007e94a
to
6db1a82
Compare
|
@binhnguyen2434 , @teburd I have just rebased to resolve conflicts and pick up commits of #94442 to fix a pipeline failure. Could you please help me revisit this PR? Thanks |
Add I2C driver support for Renesas RZ/A3UL, T2M, N2L, V2L:
drivers/i2c/i2c_renesas_rz_riic.c
to use common source code for Renesas RZ devicesi2c_api
test for RZ/A3UL-SMARC, RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARCNeed: zephyrproject-rtos/hal_renesas#123